专利摘要:
A method and apparatus for secure processing of cryptographic keys, wherein a cryptographic key stored on a token is processed in a secure processor mode using a secure memory. A main system processor is initialized into a secure processing mode, which cannot be interrupted by other interrupts, during a power-on sequence. A user enters a Personal Identification Number (PIN) to unlock the cryptographic key stored on the token. The cryptographic key and associated cryptographic program are then loaded into the secure memory. The secure memory is locked to prevent access to the stored data from any other processes. The user is then prompted to remove the token and the processor exits the secure mode and the system continues normal boot-up operations. When an application requests security processing, the cryptographic program is executed by the processor in the secure mode such that no other programs or processes can observe the execution of the program. Two-factor authentication is thus obtained without the need for any additional hardware.
公开号:US20010008015A1
申请号:US08/848,963
申请日:1997-05-02
公开日:2001-07-12
发明作者:Son Trung Vu;Quang Phan
申请人:Phoenix Technologies Ltd;
IPC主号:G06F21-34
专利说明:
[0001] 1. Field of the Invention [0001]
[0002] The present invention relates generally to the field of computer security and more particularly, to a method and apparatus for secure processing of cryptographic keys. [0002]
[0003] 2. Description of Related Art [0003]
[0004] Computer security concerns are prompting users to take extraordinary measures to protect confidential information. Computer systems employ various types of access restrictions to insure that only authorized users can gain access to the system resources. Complex encryption and decryption algorithms are used to protect confidential information from being intercepted and decoded while being sent over public networks. Furthermore, new techniques such as digital signatures, digital envelopes, certification, authentication and non-repudiation are being used to authenticate users, allow privileged access, and to promote secure online electronic commerce. All these techniques require some form of “secret” information, called “keys,” in order to secure the information. The secret keys used to secure data, allow access, authenticate users, etc. are collectively referred to as “cryptographic keys.” These cryptographic keys, to be most effective, should be handled in a secure environment so that security breaching processes cannot discover the “secret” information. Cryptography techniques are discussed generally in [0004] Applied Cryptography, 2nd Edition, Bruce Schneier, John Wiley & Sons, Inc. (1996), herein incorporated by reference.
[0005] For example, one method of remote user access involves the use of a secret key stored on a token and is known as challenge/response identification. The token may consist of any type of removable storage device, such as a floppy disk, a Fortezza card, PCMCIA card, smart card, or even a “virtual” smart card which exists only in software. Physical possession of the token allows the user to access the remote server. In this scheme, the host sends a random number to the user as a challenge. The user returns a response based on a mathematical calculation on the challenge and a secret key known to both parties. By independently performing the same calculation at both ends, the identity of the user may conclusively be determined. The secret key itself is never transmitted, eliminating the possibility of it being captured on the public network. [0005]
[0006] Processing the response and the secret key on the user's computer, however, creates security problems. The user may observe the secret key and validation program and copy the secret key and/or validation program. Other software running on the computer may also observe and copy the secret information. Thus, the secret key and validation program should be processed in a secure environment which cannot be tampered with or observed by the user or other computer processes. [0006]
[0007] In order to protect the secret key and validation program from tampering, the preferred method has been to use smart cards. Each smart card is a credit card sized plastic card which has a special type of embedded integrated circuit. The integrated circuit holds information in electronic form and processes the information within the confines of the card. Since the secret key and any necessary encryption/decryption algorithms or validation programs are processed within the smart card, outside processes cannot observe the secret information. The internal processing of the smart card is not even viewable by the user. Smart cards typically consist of the following components: [0007]
[0008] a microprocessor (usually 8-bit) [0008]
[0009] EEPROM (usually 8 to 32Kbit) [0009]
[0010] an on-chip operating system [0010]
[0011] embedded cryptographic software (implementing either DES, zero-knowledge, or RSA algorithm) [0011]
[0012] a secret key encrypted with a permanent PIN preprogrammed into the EEPROM [0012]
[0013] The smart card provides a secured environment for storage and processing of the secret key because all operations based on the secret key are performed within its boundary. The secret key or cryptographic algorithms are thus never exposed to the outside world, and therefore cannot be observed by unauthorized users. Smart cards have been used to implement not only password validation schemes, but also encryption/decryption algorithms, user authentication, and non-repudiation methods. Any application which requires some secret information in order to process data can be adapted to take advantage of a smart card's secure processing environment. The physical smart card scheme, however, is expensive and cumbersome because each user must have a physical smart card and a smart card reader in order to gain system access. Smart card readers currently cost about $100 each in small quantities, and the smart cards themselves cost between $6 to $8 per card. Installing physical smart card readers in each computer could represent a significant expense for even a small implementation. [0013]
[0014] Recognizing the costs associated with implementing physical smart card authentication systems, several companies have proposed using “virtual smart cards.” As currently implemented, a virtual smart card exists in software, and runs as an application. The secret key is usually stored on a hard drive or a floppy disk and is protected by a Personal Identification Number (PIN). Thus, any machine which has the virtual smart card software and associated PIN can access the remote system. The problem with this approach, however, is that the processing of the secret key is done in the “open” —i.e. the secret key is read into the system memory and unlocked in an “open” mode. This makes the key and its processing susceptible to tampering by other processes running on the same system. [0014]
[0015] It would therefore be desirable to have a computer security system in which cryptographic keys, algorithms, and associated programs are stored and processed in a secure processing environment, which cannot be accessed by other system processes or observed by the user. It would also be desirable for the security system to use existing hardware, without requiring any additional peripheral devices. [0015] SUMMARY OF THE INVENTION
[0016] The present invention is a method and apparatus for secure storage and processing of cryptographic keys using a secure processor mode and an associated secure memory. A processor is initialized into a secure processing mode which cannot be interrupted by other interrupts. The associated secure memory cannot be accessed by any other processes, when the processor is not in the secure processing mode. During runtime, when the processor enters the secure processing mode, the operating system is suspended. [0016]
[0017] A cryptographic key, stored in an encrypted form, resides on a removable storage device, such as a floppy disk, CD-ROM, dongle, etc. The system reads the cryptographic key from the removable storage device into the secure memory only when the system has entered the secure processor mode. Any required cryptographic programs, which may be stored in the system BIOS, are also loaded into the secure memory when the processor is in the secure mode. The secure memory is locked, if necessary, to prevent other processes from accessing the stored data. Once the key and program are loaded into the secure memory, the user is prompted to remove the removable storage device and the processor exits the secure mode. Thus, the loading of the key and program into the secure memory is invisible to the operating system and other processes. [0017]
[0018] The user may be required to enter a PIN to unlock the secret key stored in the secure memory. By loading the secret key into the secure memory, and unlocking the key with the PIN, the system has the same functionality as a physical smart card. Applications can request cryptographic services, as if a physical smart card is attached to the system. Each time an application requests a cryptographic service, the processor enters the secure processor mode to perform the required operations. Thus, the storage and processing of the secret key is transparent to the operating system and other processes. To clear the key, the user can request the system to clear the secure memory. [0018]
[0019] As described herein, the system enters the secure processor mode to load the secret key and required cryptographic programs into the secure memory. The system may enter the secure mode to load and process the key and required cryptographic programs at any time during run-time, or at boot-time. However, the processor does not have to be in the secure mode during boot-time in order to load or process the key, since no other processes are running. Secure processing of the cryptographic key is thus obtained without the need for any additional hardware. [0019] BRIEF DESCRIPTION OF THE DRAWINGS
[0020] The exact nature of this invention, as well as its objects and advantages, will become readily apparent from consideration of the following specification as illustrated in the accompanying drawing, and wherein: [0020]
[0021] FIG. 1 is a flowchart showing a power-on sequence utilizing the present invention; [0021]
[0022] FIG. 2 is a flowchart illustrating the run-time processing of the present invention; [0022]
[0023] FIG. 3 is a flowchart illustrating a preferred method of validating a user's Personal Identification Number (PIN); [0023]
[0024] FIG. 4 is a flowchart illustrating a run-time loading of the secret key; and [0024]
[0025] FIG. 5 is a block diagram illustrating the apparatus of the present invention. [0025] DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0026] The following description is provided to enable any person skilled in the art to make and use the invention and sets forth the best modes contemplated by the inventor for carrying out the invention. Various modifications, however, will remain readily apparent to those skilled in the art, since the basic principles of the present invention have been defined herein specifically to provide a method and apparatus for secure processing of cryptographic keys. [0026]
[0027] The present invention uses a special secure processing mode to process a cryptographic key provided on a token and an associated special secure memory area which is transparent to the operating system. One example of a secure mode is the System Management Mode (SMM) of the Intel x86 (80386 and later) processor architecture, and compatible processors. The associated memory is known as the System Management RAM (SMRAM). The processor's System Management Mode (SMM) and the System Management RAM (SMRAM) are both transparent to the operating system and its applications. The cryptographic key and algorithms, once stored into SMRAM, can be used during SMM such that both the cryptographic key and its processing are never exposed. This method and apparatus thus provides secure cryptographic key processing without the need for expensive smart card hardware, and is more secure than virtual smart card processing. [0027]
[0028] A preferred embodiment of the present invention will now be described with reference to FIG. 1. The following description of the preferred embodiment applies to the power-on sequence of a computer system. Since there is no operating system loaded during the power-on sequence, the cryptographic key and programs can be loaded without any other processes observing their contents, so entering SMM is not strictly necessary. The present invention may be used at other stages of system operation by invoking the SMM without departing from the scope of the invention. [0028]
[0029] At step [0029] 1, a computer system is powered on and the System Management Mode (SMM) of an Intel x86 (80386 or later) processor is initialized at step 2. At step 3, a determination is made whether the “token” is attached to the computer system. The “token” may include any type of removable physical storage device, such as a magnetic strip, PCMCIA card, floppy disk, CD-ROM or any other similar removable storage device. The token contains the cryptographic key and any other information which is needed by the cryptographic program. Unlike a physical smart card, though, the token does not need to contain its own processor and accompanying hardware, since the processing will take place in the main system processor in a secure mode. Thus, these removable storage devices are much less expensive than physical smart cards.
[0030] If the token is not present in the system, a normal system boot-up continues at step [0030] 10 and the system will not have any smart card functionality. Otherwise, a user's personal identification number (PIN) is verified at step 4. By requiring a PIN in addition to the token, the present invention thus implements “two factor authentication” which provides more security than single password schemes. The two “factors” used in this method are the user's PIN and the secret cryptographic key. By requiring both factors, the risk of a security breach is greatly reduced. The present invention may also be implemented without requiring a PIN, but the security benefits would accordingly be reduced. If the user's PIN is not valid at step 5, the normal system boot-up continues at step 10 and the system will not have any smart card functionality.
[0031] Once the user's PIN is verified, the cryptographic key stored on the token is loaded into the System Management RAM (SMRAM). A cryptographic program and any other data or information which may be required for the cryptographic processing are also loaded into the SMRAM at step [0031] 6. It is not critical where the cryptographic program and associated algorithms are stored initially, provided that they have not been altered. The algorithms initially can be stored on the BIOS flash ROM or even a floppy disk. In the preferred embodiment, the cryptographic programs and algorithms are loaded in the system BIOS.
[0032] The SMRAM is then locked at step [0032] 7 which prevents any other processes from accessing the data stored in the SMRAM. Other architectures or hardware solutions may not require the additional locking step, if the memory by design can only be accessed during the secure processor mode. Since moving the cryptographic key and associated algorithms are done at boot time, the cryptographic process is safe from tampering by other processes (there are no other processes running at this time). Further, the SMRAM is locked and hidden by the chipset before the operating system is loaded, making the SMRAM's contents tamper-proof from the operating system. Thus the System Management Mode provides a secure processing environment, similar to a physical smart card, but without requiring any additional hardware, or the expense of a physical smart card.
[0033] The user is asked to remove the physical token at step [0033] 8 to insure system integrity. Once the token has been removed (step 9), the normal system boot procedures continue at step 10. The cryptographic key is never visible to the user and is not visible to any security breaching processes which may be running on the computer system. Thus, the present invention provides the security features associated with physical smart cards, without the associated costs. The processing of the cryptographic key can be done during the power-on sequence if desired. However, in the preferred embodiment, the processing does not occur until an application program requests the security services in order to mimic the functionality of a smart card.
[0034] The run-time processing of a preferred embodiment of the present invention is illustrated in FIG. 2. At step [0034] 20, an application program which needs to access a secure computer system or network, such as a remote server, invokes the Security Services routine of the present invention. The Security Services routine in turn invokes a software System Management Interrupt (SMI) at step 21. The SMI is the highest level interrupt mode in the Intel x86 architecture and cannot be interrupted by other interrupts. The SMI initializes the system processor into SMM. Once the processor is in SMM, a software SMI handler invokes the security function at step 22. The security function accesses the cryptographic key and programs stored in the SMRAM at step 23. The processor executes the requested security processing in the SMM. This processing may include encryption/decryption of documents, processing secret keys for password validation, user authentication, etc. Once the processing is complete, the processor exits the SMM at step 24, and normal system operation continues at step 25. The appropriate cryptographic information is provided to the application program at step 25. The entire processing has occurred in a secure mode and a secure memory area which are not visible to the applications previously running on the processor. Also, the application program is unaffected by the absence of a physical smart card.
[0035] To further illustrate the present invention, consider a typical virtual smart card application which has been modified to take advantage of the present invention. A user may log onto a remote server using a software application program. The remote server may issue a challenge, and expect an appropriate response before allowing the user access. Upon receiving a challenge from the remote server, the user invokes a response calculator program to calculate a response to return to the remote server. The response calculator program passes the challenge string to the main system processor via a soft SMI (steps [0035] 20, 21). At this point, SMM takes over and the entire operating system and its applications are put into a “sleep mode.” The operations to calculate the response based on the cryptographic key and the challenge are then performed (steps 22, 23). The response is delivered to the response calculator program and the operating system is resumed (step 25). The response calculator program sends the response to the remote server to complete the authentication process. The operating system is entirely unaware of the response calculation process and thus not able to interfere with it.
[0036] The above description of FIGS. 1 and 2 assume that the cryptographic key and program are loaded into the secure memory during boot time, and are processed later during system operation. The cryptographic key and program may also be loaded after the system has already booted, as long as the loading is done in the secure mode, i.e. SMM. Also, the cryptographic key and program may be loaded at different times. The program may be loaded during boot time, and the key at a later time. This implementation would be useful for computers which have multiple users and thus multiple keys, wherein all the keys rely on the exact same processing algorithm. The algorithm could be loaded at boot time, and the keys loaded later, as each user requests security services. Those skilled in the art will appreciate that numerous possible variations of loading and processing the cryptographic keys and programs are possible, which are within the scope of the present invention, as long as the loading and processing are performed in the secure processor mode using the secure memory. [0036]
[0037] In FIG. 1, the user enters a PIN during the power-on sequence to unlock the secret cryptographic key. By requiring the PIN to be entered before the operating system has loaded, other programs cannot intercept the PIN. Alternatively, the present invention may be implemented without requiring a PIN, although the security benefits are reduced. Also, a PIN can be required at various stages of processing, even after the operating system has loaded, if desired. For example, in certain applications, a token may be used after the system has booted. In this case, the PIN is entered and is passed to the SMM process, along with the cryptographic data and programs, via a soft SMI. The operating system is put into a “sleep mode” while the cryptographic key is processed. [0037]
[0038] A preferred embodiment of the PIN verification method (step [0038] 4) used during the power-on sequence is illustrated in FIG. 3. The PIN verification process starts at step 30, and reads an encrypted key stored on a token. The user is prompted to enter a PIN number at step 32. The PIN is then used to decrypt the key at step 33. A hash function is used to generate a digest of the key at step 34. A hash function is a keyless mathematical function which produces a fixed-length representation of the key as output. Examples of hash functions include MD5, SHA, and RIPEMD-160. The digest produced by the hash function in step 34 is compared with a copy of a digest stored in the system BIOS. The results of the comparison are returned at step 36. If the digests match, the PIN is verified at step 5 of FIG. 1. Once the PIN is verified, the contents of the token can then be loaded in the SMRAM. Thus, the PIN verification step adds another layer of system security to prevent unauthorized access, even if someone has stolen the token.
[0039] FIG. 4 illustrates an example of the present invention wherein the secret key is loaded after the system has already booted. It is assumed that during the boot sequence, the necessary cryptographic program has already been loaded into the SMRAM. This embodiment is useful, as described above, in situations where the same cryptographic algorithm is used by different users having different secret keys. A user's application program requests the user to enter a PIN at step [0039] 41, and invokes an SMI. The processor enters SMM and the user is requested to insert the token (removable storage device) at step 42. An encrypted key stored on the token is loaded into the SMRAM at step 43, and the encrypted key is decrypted at step 44 using the PIN. The key is processed using a hash function to generate a digest at step 45. The hashed digest is compared to a digest stored in the BIOS at step 46. If the digests match, the PIN is verified at step 47 and the key is loaded into the SMRAM at step 48. If the PIN is not verified, the key will not be loaded into the SMRAM. The user is prompted to remove the token at step 49, to insure system security, and then the processor exits SMM at step 50. The present invention is now ready to process any security service requests which a current user's applications may need. Alternately, the cryptographic processing could be immediately performed between steps 48 and 49, if desired.
[0040] FIG. 5 is a block diagram of an apparatus of the present invention. A computer system [0040] 60 contains a central processing unit (CPU) 64 which has a secure processing mode which cannot be interrupted by other interrupts. The CPU 64 has an interrupt line 641 upon which an secure mode interrupt initializes the CPU 64 into the secure mode. A secure memory 66 is connected to the CPU 64, and can only be accessed by the CPU 64 when the CPU 64 is in the secure processing mode. A main system memory 68 is also connected to the CPU 64 and is used by the operating system and application programs. A system BIOS 62 stores a hashed digest 621 of a PIN, which is compared to a digest calculated from a PIN entered by a user via the keyboard 70. A token reader 72 reads the cryptographic key, data and programs stored on a token 74. The token reader 72 may include a sensor to detect the presence or absence of the token 74. The operation of the apparatus of the present invention is as described above in connection with the method of the present invention and the associated flow charts.
[0041] Note that this invention is applicable to the storage and processing of any type of cryptographic key. The cryptographic key could be a cryptographic key in the symmetric key system or a private key as used in the Public Key Cryptography System. Through this invention, the secured processing facility of smart cards is achieved without the expense of actually employing physical smart cards. It can be used to improve the security of virtual smart cards as well as any other application that uses only software to process and store the cryptographic key. [0041]
[0042] While the preferred embodiment has been described herein with reference to the Intel x86 compatible architecture (80386 and later), the present invention is applicable to any processor architecture which has a secure processing mode which cannot be interrupted by other interrupts and has a secure memory area which can only be accessed while the processor is in the secure processing mode. Most known processors have a highest level interrupt level which can satisfy the first requirement, and the memory requirement can be met be proper design of the chip-sets or logic external to the processor. [0042]
[0043] Those skilled in the art will appreciate that various adaptations and modifications of the just-described preferred embodiments can be configured without departing from the scope and spirit of the invention. Therefore, it is to be understood that, within the scope of the appended claims, the invention may be practiced other than as specifically described herein. [0043]
权利要求:
Claims (28)
[1" id="US-20010008015-A1-CLM-00001] 1. A method for secure processing of cryptographic keys using a main system processor having a secure processor mode, comprising the steps of:
loading a cryptographic key, cryptographic program, and any other required cryptographic data into a secure memory during a secure processor mode or during a power-on initialization sequence; and
executing the cryptographic program in the secure processor mode or during the power-on initialization sequence using the cryptographic key stored in the secure memory.
[2" id="US-20010008015-A1-CLM-00002] 2. The method of
claim 1 , wherein the secure memory can only be accessed by the processor while the processor is in the secure processor mode.
[3" id="US-20010008015-A1-CLM-00003] 3. The method of
claim 2 , wherein the secure processor mode is a highest interrupt processing mode which cannot be interrupted by other processor interrupts.
[4" id="US-20010008015-A1-CLM-00004] 4. The method of
claim 1 , wherein the step of loading is performed during a power-on initialization sequence, and the step of executing is performed after an operating system has loaded.
[5" id="US-20010008015-A1-CLM-00005] 5. The method of
claim 4 , wherein the cryptographic program and data are loaded during a power on initialization sequence, and the cryptographic key is loaded during a secure processor mode initialized after an operating system has loaded.
[6" id="US-20010008015-A1-CLM-00006] 6. The method of
claim 3 , further comprising the step of:
verifying a personal identification number (PIN), before loading the cryptographic key into the secure memory.
[7" id="US-20010008015-A1-CLM-00007] 7. The method of
claim 5 , further comprising the step of:
locking the secure memory, if required by a system architecture to prevent other processes from accessing the secure memory, after the step of loading the cryptographic program during the power on initialization.
[8" id="US-20010008015-A1-CLM-00008] 8. The computer password security method of
claim 3 , wherein the processor is an Intel 386 family compatible processor, or later x86 model processor, and the secure processor mode is a System Management Mode (SMM).
[9" id="US-20010008015-A1-CLM-00009] 9. The method of
claim 8 , wherein the secure memory is a System Management Random Access Memory (SMRAM), and the step of initializing the processor comprises the step of invoking a System Management Interrupt (SMI).
[10" id="US-20010008015-A1-CLM-00010] 10. The method of
claim 6 , wherein the step of verifying a PIN comprises the steps of:
reading an encrypted key from the token;
requesting a user to enter a PIN;
decrypting the key using the PIN;
performing a hash function on the decrypted key to generate a digest; and
comparing the generated digest with a digest stored in a system BIOS.
[11" id="US-20010008015-A1-CLM-00011] 11. A method for secure processing of cryptographic keys using a main system processor, comprising the steps of:
verifying a user's personal identification number (PIN);
loading a cryptographic program, and any other required cryptographic data stored on a token into a secure memory, if the user's PIN is verified;
locking the secure memory, if required by a system architecture to prevent other processes from accessing the secure memory, after loading the cryptographic program and any other data; and
exiting the secure processor mode and continuing a normal boot-up procedure.
[12" id="US-20010008015-A1-CLM-00012] 12. The method of
claim 11 , wherein a cryptographic key is loaded into the secure memory during a secure processor mode initialized after an operating system has been loaded.
[13" id="US-20010008015-A1-CLM-00013] 13. The method of
claim 11 , wherein a cryptographic key is loaded into the secure memory along with the cryptographic program and other data, before an operating system is loaded.
[14" id="US-20010008015-A1-CLM-00014] 14. The method of
claim 11 , further comprising the step of:
determining if the token is available before verifying the user's PIN.
[15" id="US-20010008015-A1-CLM-00015] 15. The method of
claim 14 , wherein the step of verifying a PIN comprises the steps of:
reading an encrypted key from the token;
requesting a user to enter a PIN;
decrypting the key using the PIN;
performing a has function on the decrypted key to generate a digest; and
comparing the generated digest with a digest stored in a system BIOS.
[16" id="US-20010008015-A1-CLM-00016] 16. The method of
claim 11 , wherein the secure memory can only be accessed by the processor while the processor is in the secure processor mode.
[17" id="US-20010008015-A1-CLM-00017] 17. The method of
claim 16 , wherein the secure processor mode is a highest interrupt processing mode which cannot be interrupted by other processor interrupts.
[18" id="US-20010008015-A1-CLM-00018] 18. The method of
claim 11 , wherein the processor is an Intel 386 family compatible processor, or later x86 processor, and the secure processor mode is a System Management Mode (SMM).
[19" id="US-20010008015-A1-CLM-00019] 19. The method of
claim 18 , wherein the secure memory is a System Management Random Access Memory (SMRAM), and the step of initializing the processor comprises the step of invoking a System Management Interrupt (SMI).
[20" id="US-20010008015-A1-CLM-00020] 20. The method of
claim 12 , wherein when security services are requested by an application, the processor is initialized into the secure mode, an operating system is placed into a sleep mode, and the cryptographic program is executed.
[21" id="US-20010008015-A1-CLM-00021] 21. A secure processing apparatus for secure processing of cryptographic keys, the apparatus comprising:
a main system processor having a secure processor mode;
a secure memory which can only be accessed by the processor while the processor is in the secure processor mode; and
a cryptographic key, program, and associated data stored on a token, wherein the cryptographic key, program and associated data are stored in the secure memory during a power-on initialization or a secure processor mode, and wherein the cryptographic key, program and associated data are processed by the processor during a power-on initialization or a secure processor mode.
[22" id="US-20010008015-A1-CLM-00022] 22. The secure processing apparatus of
claim 21 , wherein the secure processor mode is a highest interrupt processing mode which cannot be interrupted by other processor interrupts.
[23" id="US-20010008015-A1-CLM-00023] 23. The secure processing apparatus of
claim 22 , further comprising:
token determination means for determining if the token is available before loading the cryptographic key and program into the secure memory.
[24" id="US-20010008015-A1-CLM-00024] 24. The computer password processing apparatus of
claim 23 , further comprising:
personal identification number (PIN) verification means for verifying a user's PIN after determining that the token is available and before loading the cryptographic key and program.
[25" id="US-20010008015-A1-CLM-00025] 25. The computer password processing apparatus of
claim 24 , wherein the processor is an Intel 386 family compatible processor, or later x86 processor, and the secure processor mode is a System Management Mode (SMM).
[26" id="US-20010008015-A1-CLM-00026] 26. The computer password validation method of
claim 25 , wherein the secure memory is a System Management Random Access Memory (SMRAM), and the processor is initialized into the System Management Mode (SMM) by invoking a System Management Interrupt (SMI).
[27" id="US-20010008015-A1-CLM-00027] 27. The secure processing apparatus of
claim 24 , wherein the PIN verification means comprises:
reading means for reading an encrypted key stored on a token;
PIN request means for requesting a user to enter a PIN;
decryption means for decrypting the key using the PIN;
hash function calculation means for calculating a hash function of the decrypted key to generate a digest; and
comparing means for comparing the generated digest with a digest stored in a system BIOS.
[28" id="US-20010008015-A1-CLM-00028] 28. The secure processing apparatus of
claim 23 , further comprising locking means for locking the memory if required by a system architecture to prevent other processes from accessing the secure memory.
类似技术:
公开号 | 公开日 | 专利标题
US6557104B2|2003-04-29|Method and apparatus for secure processing of cryptographic keys
US20030172265A1|2003-09-11|Method and apparatus for secure processing of cryptographic keys
US5949882A|1999-09-07|Method and apparatus for allowing access to secured computer resources by utilzing a password and an external encryption algorithm
US5960084A|1999-09-28|Secure method for enabling/disabling power to a computer system following two-piece user verification
US6400823B1|2002-06-04|Securely generating a computer system password by utilizing an external encryption algorithm
US5953422A|1999-09-14|Secure two-piece user authentication in a computer network
JP4812168B2|2011-11-09|Trusted computing platform
US8670568B2|2014-03-11|Methods and systems for utilizing cryptographic functions of a cryptographic co-processor
US5887131A|1999-03-23|Method for controlling access to a computer system by utilizing an external device containing a hash value representation of a user password
US7380136B2|2008-05-27|Methods and apparatus for secure collection and display of user interface information in a pre-boot environment
US7174463B2|2007-02-06|Method and system for preboot user authentication
JP4278327B2|2009-06-10|Computer platform and operation method thereof
US6581162B1|2003-06-17|Method for securely creating, storing and using encryption keys in a computer system
US6609199B1|2003-08-19|Method and apparatus for authenticating an open system application to a portable IC device
US7376974B2|2008-05-20|Apparatus and method for creating a trusted environment
US7139915B2|2006-11-21|Method and apparatus for authenticating an open system application to a portable IC device
US7631348B2|2009-12-08|Secure authentication using a low pin count based smart card reader
RU2385483C2|2010-03-27|System and method for hypervisor use to control access to computed given for rent
US20050228993A1|2005-10-13|Method and apparatus for authenticating a user of an electronic system
EP1850265A2|2007-10-31|Computer architecture for an electronic device providing SLS access to MLS file system with trusted loading and protection of program execution memory
JP2002539514A|2002-11-19|Computer device and operation method thereof
JPH1185622A|1999-03-30|Protection memory for core data secret item
JP2002539656A|2002-11-19|Smart card user interface for a trusted computing platform
US9015454B2|2015-04-21|Binding data to computers using cryptographic co-processor and machine-specific and platform-specific keys
CN102024115B|2013-04-17|Computer with user security subsystem
同族专利:
公开号 | 公开日
DE69819485T2|2004-09-09|
TW406233B|2000-09-21|
JP2000516373A|2000-12-05|
JP3689431B2|2005-08-31|
US6557104B2|2003-04-29|
EP0979442B1|2003-11-05|
EP0979442A1|2000-02-16|
DE69819485D1|2003-12-11|
WO1998050842A1|1998-11-12|
AT253744T|2003-11-15|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
US20030046570A1|2001-08-07|2003-03-06|Nokia Corporation|Method for processing information in an electronic device, a system, an electronic device and a processing block|
US20030074572A1|2001-10-15|2003-04-17|Katsutoshi Hayashi|Battery enclosing encryption key|
US20030097582A1|2001-11-19|2003-05-22|Yves Audebert|Method and system for reducing personal security device latency|
US20030200218A1|2002-04-23|2003-10-23|International Business Machines Corporation|Content management system and methodology featuring query conversion capability for efficient searching|
US20030200202A1|2002-04-23|2003-10-23|International Business Machines Corporation|Content management system and methodology employing non-transferable access tokens to control data access|
US20030200219A1|2002-04-23|2003-10-23|International Business Machines Corporation|Version-enabled, multi-typed, multi-targeting referential integrity relational database system and methodology|
US20030200256A1|2002-04-23|2003-10-23|International Business Machines Corporation|Method and apparatus of parameter passing of structured data for stored procedures in a content management system|
US20030200224A1|2002-04-23|2003-10-23|International Business Machines Corporation|Content management system and methodology employing a tree-based table hierarchy featuring arbitrary information retrieval from different locations in the hierarchy|
US20030204537A1|2002-04-23|2003-10-30|International Business Machines Corporation|Content management system and methodology for implementing a complex object using nested/recursive structures|
US6678833B1|2000-06-30|2004-01-13|Intel Corporation|Protection of boot block data and accurate reporting of boot block contents|
WO2004046916A2|2002-11-18|2004-06-03|Arm Limited|Exception types within a secure processing system|
US20040187019A1|2003-02-04|2004-09-23|Matsushita Electric Industrial Co., Ltd.|Information processing apparatus|
US20050120125A1|2002-03-29|2005-06-02|Widevine Technologies, Inc.|Process and streaming server for encrypting a data stream to a virtual smart card client system|
US20050154898A1|2004-01-08|2005-07-14|International Business Machines Corporation|Method and system for protecting master secrets using smart key devices|
US20050154875A1|2004-01-08|2005-07-14|International Business Machines Corporaion|Method and system for establishing a trust framework based on smart key devices|
US20050160432A1|2004-01-16|2005-07-21|International Business Machines Corporation|Parameter passing of data structures where API and corresponding stored procedure are different versions/releases|
US6938050B2|2002-04-23|2005-08-30|International Business Machines Corporation|Content management system and methodology employing a tree-based table hierarchy which accomodates opening a dynamically variable number of cursors therefor|
US20060059563A1|1999-11-09|2006-03-16|Widevine Technologies, Inc.|Process and streaming server for encrypting a data stream|
US20070067617A1|2005-09-16|2007-03-22|Nokia Corporation|Simple scalable and configurable secure boot for trusted mobile phones|
US20080034231A1|1995-02-13|2008-02-07|Intertrust Technologies Corp.|Systems and methods for secure transaction management and electronic rights protection|
US20080071680A1|2006-09-15|2008-03-20|Visa International Service Association|Method and system for cross-issuer registration of transaction cards|
US7392246B2|2003-02-14|2008-06-24|International Business Machines Corporation|Method for implementing access control for queries to a content management system|
US20080215841A1|2005-07-21|2008-09-04|Clevx, Llc|Memory Lock System|
US20090003600A1|2007-06-29|2009-01-01|Widevine Technologies, Inc.|Progressive download or streaming of digital media securely through a localized container and communication protocol proxy|
US20090235090A1|2008-03-13|2009-09-17|Chih-Chung Chang|Method for Decrypting an Encrypted Instruction and System thereof|
US20090327698A1|1999-11-09|2009-12-31|Widevine Technologies, Inc.|Process and streaming server for encrypting a data stream with bandwidth based variation|
US20100174922A1|2009-01-07|2010-07-08|Johnson Simon B|Encryption bridge system and method of operation thereof|
US20100174913A1|2009-01-03|2010-07-08|Johnson Simon B|Multi-factor authentication system for encryption key storage and method of operation therefor|
US7908216B1|1999-07-22|2011-03-15|Visa International Service Association|Internet payment, authentication and loading system using virtual smart card|
US20120310840A1|2009-09-25|2012-12-06|Danilo Colombo|Authentication method, payment authorisation method and corresponding electronic equipments|
US20130031365A1|2011-07-28|2013-01-31|Electronics And Telecommunications Research Institute|Information protection system and method|
US8639625B1|1995-02-13|2014-01-28|Intertrust Technologies Corporation|Systems and methods for secure transaction management and electronic rights protection|
US8689016B2|2005-12-02|2014-04-01|Google Inc.|Tamper prevention and detection for video provided over a network to a client|
US20140351146A1|2005-04-19|2014-11-27|Microsoft Corporation|Authentication for a commercial transaction using a mobile module|
US9154297B2|2012-12-18|2015-10-06|Nagravision S.A.|Method for granting a plurality of electronic communication devices access to a local area network|
JP2016511872A|2013-01-22|2016-04-21|アマゾン・テクノロジーズ、インコーポレイテッド|Privileged cryptographic services in a virtualized environment|
US20170366527A1|2016-06-17|2017-12-21|Rubicon Labs, Inc.|Method and System for an Efficient Shared-Derived Secret Provisioning Mechanism|
US10331453B2|2015-03-23|2019-06-25|Intel Corporation|System management mode trust establishment for OS level drivers|GB2163577B|1984-08-23|1988-01-13|Nat Res Dev|Software protection device|
US5144659A|1989-04-19|1992-09-01|Richard P. Jones|Computer file protection system|
US5148481A|1989-10-06|1992-09-15|International Business Machines Corporation|Transaction system security method and apparatus|
US5175853A|1990-10-09|1992-12-29|Intel Corporation|Transparent system interrupt|
US5652890A|1991-05-17|1997-07-29|Vantus Technologies, Inc.|Interrupt for a protected mode microprocessor which facilitates transparent entry to and exit from suspend mode|
GB2259166B|1991-08-30|1995-05-03|Intel Corp|Transparent system interrupts with automated input/output trap restart|
US5448045A|1992-02-26|1995-09-05|Clark; Paul C.|System for protecting computers via intelligent tokens or smart cards|
US5610981A|1992-06-04|1997-03-11|Integrated Technologies Of America, Inc.|Preboot protection for a data security system with anti-intrusion capability|
US5237616A|1992-09-21|1993-08-17|International Business Machines Corporation|Secure computer system having privileged and unprivileged memories|
US5293424A|1992-10-14|1994-03-08|Bull Hn Information Systems Inc.|Secure memory card|
US5509139A|1993-03-22|1996-04-16|Compaq Computer Corp.|Circuit for disabling an address masking control signal using OR gate when a microprocessor is in a system management mode|
US5778071A|1994-07-12|1998-07-07|Information Resource Engineering, Inc.|Pocket encrypting and authenticating communications device|
US5615263A|1995-01-06|1997-03-25|Vlsi Technology, Inc.|Dual purpose security architecture with protected internal operating system|
US5606615A|1995-05-16|1997-02-25|Lapointe; Brian K.|Computer security system|
US5883956A|1996-03-28|1999-03-16|National Semiconductor Corporation|Dynamic configuration of a secure processing unit for operations in various environments|
US5748888A|1996-05-29|1998-05-05|Compaq Computer Corporation|Method and apparatus for providing secure and private keyboard communications in computer systems|
SE9603962D0|1996-10-30|1996-10-30|Christian Wettergren|Device and method of communication|
US5953422A|1996-12-31|1999-09-14|Compaq Computer Corporation|Secure two-piece user authentication in a computer network|US6263989B1|1998-03-27|2001-07-24|Irobot Corporation|Robotic platform|
US20050060549A1|1998-10-26|2005-03-17|Microsoft Corporation|Controlling access to content based on certificates and access predicates|
US7194092B1|1998-10-26|2007-03-20|Microsoft Corporation|Key-based secure storage|
US7272723B1|1999-01-15|2007-09-18|Safenet, Inc.|USB-compliant personal key with integral input and output devices|
US7174457B1|1999-03-10|2007-02-06|Microsoft Corporation|System and method for authenticating an operating system to a central processing unit, providing the CPU/OS with secure storage, and authenticating the CPU/OS to a third party|
US7225333B2|1999-03-27|2007-05-29|Microsoft Corporation|Secure processor architecture for use with a digital rights managementsystem on a computing device|
US7213262B1|1999-05-10|2007-05-01|Sun Microsystems, Inc.|Method and system for proving membership in a nested group using chains of credentials|
JP2001186121A|1999-12-27|2001-07-06|Nec Corp|Communication unit, communication unit set, authentication method and inter-terminal wireless connection method|
US8788092B2|2000-01-24|2014-07-22|Irobot Corporation|Obstacle following sensor scheme for a mobile robot|
US9128486B2|2002-01-24|2015-09-08|Irobot Corporation|Navigational control system for a robotic device|
US8412377B2|2000-01-24|2013-04-02|Irobot Corporation|Obstacle following sensor scheme for a mobile robot|
US20010034848A1|2000-02-15|2001-10-25|Gail Langley|Key card for personal home page access|
US6957332B1|2000-03-31|2005-10-18|Intel Corporation|Managing a secure platform using a hierarchical executive architecture in isolated execution mode|
US6934817B2|2000-03-31|2005-08-23|Intel Corporation|Controlling access to multiple memory zones in an isolated execution environment|
US6769058B1|2000-03-31|2004-07-27|Intel Corporation|Resetting a processor in an isolated execution environment|
US7194634B2|2000-03-31|2007-03-20|Intel Corporation|Attestation key memory device and bus|
US6760441B1|2000-03-31|2004-07-06|Intel Corporation|Generating a key hieararchy for use in an isolated execution environment|
US6754815B1|2000-03-31|2004-06-22|Intel Corporation|Method and system for scrubbing an isolated area of memory after reset of a processor operating in isolated execution mode if a cleanup flag is set|
US20030172265A1|2001-05-04|2003-09-11|Vu Son Trung|Method and apparatus for secure processing of cryptographic keys|
US6976162B1|2000-06-28|2005-12-13|Intel Corporation|Platform and method for establishing provable identities while maintaining privacy|
DE10036623A1|2000-07-27|2002-02-07|Francotyp Postalia Gmbh|Post machine and method for initializing it|
US7793111B1|2000-09-28|2010-09-07|Intel Corporation|Mechanism to handle events in a machine with isolated execution|
US6892305B1|2000-10-12|2005-05-10|International Business Machines Corporation|Method and system for booting up a computer system in a secure fashion|
US6938164B1|2000-11-22|2005-08-30|Microsoft Corporation|Method and system for allowing code to be securely initialized in a computer|
US6941404B2|2000-12-19|2005-09-06|Safenet B.V.|Data transfer device, transaction system and method for exchanging control and I/O data with a data processing system|
US7035963B2|2000-12-27|2006-04-25|Intel Corporation|Method for resolving address space conflicts between a virtual machine monitor and a guest operating system|
US7818808B1|2000-12-27|2010-10-19|Intel Corporation|Processor mode for limiting the operation of guest software running on a virtual machine supported by a virtual machine monitor|
US20020099668A1|2001-01-22|2002-07-25|Sun Microsystems, Inc.|Efficient revocation of registration authorities|
US6690134B1|2001-01-24|2004-02-10|Irobot Corporation|Method and system for robot localization and confinement|
FR2822318B1|2001-03-14|2003-05-30|Gemplus Card Int|PORTABLE DEVICE FOR SECURING PACKET TRAFFIC IN A HOST PLATFORM|
US20020147905A1|2001-04-05|2002-10-10|Sun Microsystems, Inc.|System and method for shortening certificate chains|
US7663333B2|2001-06-12|2010-02-16|Irobot Corporation|Method and system for multi-mode coverage for an autonomous robot|
US8396592B2|2001-06-12|2013-03-12|Irobot Corporation|Method and system for multi-mode coverage for an autonomous robot|
FI112904B|2001-06-29|2004-01-30|Nokia Corp|The method of protecting the electronic device and the electronic device|
US7024555B2|2001-11-01|2006-04-04|Intel Corporation|Apparatus and method for unilaterally loading a secure operating system within a multiprocessor environment|
US7260726B1|2001-12-06|2007-08-21|Adaptec, Inc.|Method and apparatus for a secure computing environment|
US8375838B2|2001-12-14|2013-02-19|Irobot Corporation|Remote digital firing system|
US6860206B1|2001-12-14|2005-03-01|Irobot Corporation|Remote digital firing system|
US7559269B2|2001-12-14|2009-07-14|Irobot Corporation|Remote digital firing system|
US7571511B2|2002-01-03|2009-08-11|Irobot Corporation|Autonomous floor-cleaning robot|
EP1331539B1|2002-01-16|2016-09-28|Texas Instruments France|Secure mode for processors supporting MMU and interrupts|
US8428778B2|2002-09-13|2013-04-23|Irobot Corporation|Navigational control system for a robotic device|
US8386081B2|2002-09-13|2013-02-26|Irobot Corporation|Navigational control system for a robotic device|
US7631196B2|2002-02-25|2009-12-08|Intel Corporation|Method and apparatus for loading a trustable operating system|
US7552345B2|2002-03-04|2009-06-23|Sandisk Corporation|Implementation of storing secret information in data storage reader products|
US7069442B2|2002-03-29|2006-06-27|Intel Corporation|System and method for execution of a secured environment initialization instruction|
US7890771B2|2002-04-17|2011-02-15|Microsoft Corporation|Saving and retrieving data based on public key encryption|
US7487365B2|2002-04-17|2009-02-03|Microsoft Corporation|Saving and retrieving data based on symmetric key encryption|
US7054613B2|2002-05-03|2006-05-30|Telefonaktiebolaget Lm Ericsson |SIM card to mobile device interface protection method and system|
US6820177B2|2002-06-12|2004-11-16|Intel Corporation|Protected configuration space in a protected environment|
US7142674B2|2002-06-18|2006-11-28|Intel Corporation|Method of confirming a secure key exchange|
US20040003321A1|2002-06-27|2004-01-01|Glew Andrew F.|Initialization of protected system|
US7647277B1|2002-10-25|2010-01-12|Time Warner Inc.|Regulating access to content using a multitiered rule base|
US7373658B1|2002-10-25|2008-05-13|Aol Llc|Electronic loose-leaf remote control for enabling access to content from a media player|
US7895443B2|2002-11-05|2011-02-22|Safenet, Inc.|Secure authentication using hardware token and computer fingerprint|
US20040098596A1|2002-11-15|2004-05-20|Rainbow Technologies, Inc.|Driverless USB security token|
US20040103317A1|2002-11-22|2004-05-27|Burns William D.|Method and apparatus for protecting secure credentials on an untrusted computer platform|
US7165181B2|2002-11-27|2007-01-16|Intel Corporation|System and method for establishing trust without revealing identity|
US20040117532A1|2002-12-11|2004-06-17|Bennett Steven M.|Mechanism for controlling external interrupts in a virtual machine system|
US7900017B2|2002-12-27|2011-03-01|Intel Corporation|Mechanism for remapping post virtual machine memory pages|
US20040128345A1|2002-12-27|2004-07-01|Robinson Scott H.|Dynamic service registry|
US7076802B2|2002-12-31|2006-07-11|Intel Corporation|Trusted system clock|
US20040267384A1|2003-02-07|2004-12-30|Broadon Communications, Inc.|Integrated console and controller|
US20100017627A1|2003-02-07|2010-01-21|Broadon Communications Corp.|Ensuring authenticity in a closed content distribution system|
US7322042B2|2003-02-07|2008-01-22|Broadon Communications Corp.|Secure and backward-compatible processor and secure software execution thereon|
US7779482B1|2003-02-07|2010-08-17|iGware Inc|Delivery of license information using a short messaging system protocol in a closed content distribution system|
US8131649B2|2003-02-07|2012-03-06|Igware, Inc.|Static-or-dynamic and limited-or-unlimited content rights|
US7370212B2|2003-02-25|2008-05-06|Microsoft Corporation|Issuing a publisher use license off-line in a digital rights managementsystem|
US7315946B1|2003-04-14|2008-01-01|Aol Llc|Out-of-band tokens for rights access|
GB0309182D0|2003-04-23|2003-05-28|Hewlett Packard Development Co|Security method and apparatus using biometric data|
US20050005136A1|2003-04-23|2005-01-06|Liqun Chen|Security method and apparatus using biometric data|
US7415708B2|2003-06-26|2008-08-19|Intel Corporation|Virtual machine management using processor state information|
US20050044292A1|2003-08-19|2005-02-24|Mckeen Francis X.|Method and apparatus to retain system control when a buffer overflow attack occurs|
US7739521B2|2003-09-18|2010-06-15|Intel Corporation|Method of obscuring cryptographic computations|
US7610611B2|2003-09-19|2009-10-27|Moran Douglas R|Prioritized address decoder|
US7177967B2|2003-09-30|2007-02-13|Intel Corporation|Chipset support for managing hardware interrupts in a virtual machine system|
US20050080934A1|2003-09-30|2005-04-14|Cota-Robles Erik C.|Invalidating translation lookaside buffer entries in a virtual machinesystem|
US7636844B2|2003-11-17|2009-12-22|Intel Corporation|Method and system to provide a trusted channel within a computer system for a SIM device|
US20050108534A1|2003-11-19|2005-05-19|Bajikar Sundeep M.|Providing services to an open platform implementing subscriber identity modulecapabilities|
US8156343B2|2003-11-26|2012-04-10|Intel Corporation|Accessing private data about the state of a data processing machine from storage that is publicly accessible|
US8037314B2|2003-12-22|2011-10-11|Intel Corporation|Replacing blinded authentication authority|
US20050152539A1|2004-01-12|2005-07-14|Brickell Ernie F.|Method of protecting cryptographic operations from side channel attacks|
US20050177724A1|2004-01-16|2005-08-11|Valiuddin Ali|Authentication system and method|
KR101460867B1|2004-01-21|2014-11-17|아이로보트 코퍼레이션|Method of docking an autonomous robot|
US6956348B2|2004-01-28|2005-10-18|Irobot Corporation|Debris sensor for cleaning apparatus|
US7802085B2|2004-02-18|2010-09-21|Intel Corporation|Apparatus and method for distributing private keys to an entity with minimal secret, unique information|
US20050216920A1|2004-03-24|2005-09-29|Vijay Tewari|Use of a virtual machine to emulate a hardware device|
WO2005098476A1|2004-03-29|2005-10-20|Evolution Robotics, Inc.|Method and apparatus for position estimation using reflected light sources|
US7356735B2|2004-03-30|2008-04-08|Intel Corporation|Providing support for single stepping a virtual machine in a virtual machine environment|
US7620949B2|2004-03-31|2009-11-17|Intel Corporation|Method and apparatus for facilitating recognition of an open event window during operation of guest software in a virtual machine environment|
US20050240995A1|2004-04-23|2005-10-27|Ali Valiuddin Y|Computer security system and method|
AT536577T|2004-06-24|2011-12-15|Irobot Corp|REMOTE CONTROL DEVICE AND METHOD FOR AN AUTONOMOUS ROBOT DEVICE|
US20050288056A1|2004-06-29|2005-12-29|Bajikar Sundeep M|System including a wireless wide area networkmodule with an external identity module reader and approach for certifying the WWAN module|
US7305592B2|2004-06-30|2007-12-04|Intel Corporation|Support for nested fault in a virtual machine environment|
US7706917B1|2004-07-07|2010-04-27|Irobot Corporation|Celestial navigation system for an autonomous robot|
US8972052B2|2004-07-07|2015-03-03|Irobot Corporation|Celestial navigation system for an autonomous vehicle|
US7239552B2|2004-09-02|2007-07-03|Micron Technology, Inc.|Non-volatile one time programmable memory|
US7840962B2|2004-09-30|2010-11-23|Intel Corporation|System and method for controlling switching between VMM and VM using enabling value of VMM timer indicator and VMM timer value having a specified time|
US8146078B2|2004-10-29|2012-03-27|Intel Corporation|Timer offsetting mechanism in a virtual machine environment|
US8924728B2|2004-11-30|2014-12-30|Intel Corporation|Apparatus and method for establishing a secure session with a device without exposing privacy-sensitive information|
US8533777B2|2004-12-29|2013-09-10|Intel Corporation|Mechanism to determine trust of out-of-band management agents|
US7395405B2|2005-01-28|2008-07-01|Intel Corporation|Method and apparatus for supporting address translation in a virtual machine environment|
AT523130T|2005-02-18|2011-09-15|Irobot Corp|SELF-DRIVING SURFACE CLEANING ROBOT FOR WET AND DRY CLEANING|
US8392021B2|2005-02-18|2013-03-05|Irobot Corporation|Autonomous surface cleaning robot for wet cleaning|
US7620476B2|2005-02-18|2009-11-17|Irobot Corporation|Autonomous surface cleaning robot for dry cleaning|
US7370190B2|2005-03-03|2008-05-06|Digimarc Corporation|Data processing systems and methods with enhanced bios functionality|
US8725646B2|2005-04-15|2014-05-13|Microsoft Corporation|Output protection levels|
US8972743B2|2005-05-16|2015-03-03|Hewlett-Packard Development Company, L.P.|Computer security system and method|
US20060265758A1|2005-05-20|2006-11-23|Microsoft Corporation|Extensible media rights|
WO2007015253A2|2005-08-03|2007-02-08|Aladdin Knowledge Systems Ltd.|Two-factor authentication employing a user's ip address|
US20070061535A1|2005-09-12|2007-03-15|Microsoft Corporation|Processing unit enclosed operating system|
US7809957B2|2005-09-29|2010-10-05|Intel Corporation|Trusted platform module for generating sealed data|
EP2270619B1|2005-12-02|2013-05-08|iRobot Corporation|Modular robot|
EP2120122B1|2005-12-02|2013-10-30|iRobot Corporation|Coverage robot mobility|
ES2623920T3|2005-12-02|2017-07-12|Irobot Corporation|Robot system|
EP2816434A3|2005-12-02|2015-01-28|iRobot Corporation|Autonomous coverage robot|
KR101099808B1|2005-12-02|2011-12-27|아이로보트 코퍼레이션|Robot system|
US20070174867A1|2006-01-26|2007-07-26|Dunning Katherine A|Computer controlled system for enabling the owner/host of a television set to limit the access of designated viewers to television programs|
US8014530B2|2006-03-22|2011-09-06|Intel Corporation|Method and apparatus for authenticated, recoverable key distribution with no database secrets|
US20070255659A1|2006-05-01|2007-11-01|Wei Yen|System and method for DRM translation|
US10664575B2|2006-05-02|2020-05-26|Acer Cloud Technology, Inc.|Virtual vault of licensed content|
US8528157B2|2006-05-19|2013-09-10|Irobot Corporation|Coverage robots and associated cleaning bins|
US8417383B2|2006-05-31|2013-04-09|Irobot Corporation|Detecting robot stasis|
JP4279856B2|2006-07-18|2009-06-17|レノボ・シンガポール・プライベート・リミテッド|Information transfer method and computer|
US20080052539A1|2006-07-29|2008-02-28|Macmillan David M|Inline storage protection and key devices|
US7624276B2|2006-10-16|2009-11-24|Broadon Communications Corp.|Secure device authentication system and method|
US20080174448A1|2006-10-31|2008-07-24|Edison Hudson|Modular Controller|
US7613915B2|2006-11-09|2009-11-03|BroadOn Communications Corp|Method for programming on-chip non-volatile memory in a secure processor, and a device so programmed|
US8200961B2|2006-11-19|2012-06-12|Igware, Inc.|Securing a flash memory block in a secure device system and method|
KR101505380B1|2007-05-09|2015-03-23|아이로보트 코퍼레이션|Surface treatment robot|
US8132019B2|2008-06-17|2012-03-06|LenovoPte. Ltd.|Arrangements for interfacing with a user access manager|
TWI372340B|2008-08-29|2012-09-11|Phison Electronics Corp|Storage system, controller and data protecting method thereof|
US7694130B1|2008-09-12|2010-04-06|Michael Anthony Martinez|System and method to authenticate a user utilizing a time-varying auxiliary code|
JP5335634B2|2009-09-29|2013-11-06|レノボ・シンガポール・プライベート・リミテッド|Computer that protects the privilege level of system administration mode|
US8930023B2|2009-11-06|2015-01-06|Irobot Corporation|Localization by learning of wave-signal distributions|
WO2011103198A1|2010-02-16|2011-08-25|Irobot Corporation|Vacuum brush|
US8627097B2|2012-03-27|2014-01-07|Igt|System and method enabling parallel processing of hash functions using authentication checkpoint hashes|
JP5806187B2|2012-09-14|2015-11-10|レノボ・シンガポール・プライベート・リミテッド|Secret information exchange method and computer|
EP2747468A1|2012-12-18|2014-06-25|Nagravision S.A.|Method for granting access to a network and device for implementing this method|
US9391982B1|2014-02-27|2016-07-12|Cullen/Frost Bankers, Inc.|Network authentication of multiple profile accesses from a single remote device|
法律状态:
1997-05-02| AS| Assignment|Owner name: PHOENIX TECHNOLOGIES LTD., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:VU, SON TRUNG;PHAN, QUANG;REEL/FRAME:008726/0364 Effective date: 19970417 |
2003-04-10| STCF| Information on status: patent grant|Free format text: PATENTED CASE |
2006-10-30| FPAY| Fee payment|Year of fee payment: 4 |
2010-10-29| FPAY| Fee payment|Year of fee payment: 8 |
2010-11-24| AS| Assignment|Owner name: HIGHBRIDGE PRINCIPAL STRATEGIES, LLC, AS COLLATERA Free format text: GRANT OF SECURITY INTEREST - PATENTS;ASSIGNOR:PHOENIX TECHNOLOGIES LTD.;REEL/FRAME:025406/0604 Effective date: 20101123 |
2012-11-13| AS| Assignment|Owner name: MEP PLP, LLC, CALIFORNIA Free format text: SECURITY AGREEMENT;ASSIGNOR:HIGHBRIDGE PRINCIPAL STRATEGIES, LLC;REEL/FRAME:029291/0354 Effective date: 20121109 |
2012-11-15| AS| Assignment|Owner name: PHOENIX TECHNOLOGIES LTD., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:MEP PLP, LLC;REEL/FRAME:029307/0590 Effective date: 20121112 |
2012-11-21| AS| Assignment|Owner name: KINGLITE HOLDINGS INC., SINGAPORE Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PHOENIX TECHNOLOGIES LTD.;REEL/FRAME:029339/0716 Effective date: 20121115 |
2014-10-29| FPAY| Fee payment|Year of fee payment: 12 |
2017-01-13| AS| Assignment|Owner name: AMERICAN MEGATRENDS, INC., GEORGIA Free format text: LIEN AND SECURITY INTEREST;ASSIGNOR:KINGLITE HOLDINGS INC.;REEL/FRAME:041366/0255 Effective date: 20161121 |
优先权:
申请号 | 申请日 | 专利标题
US08/848,963|US6557104B2|1997-05-02|1997-05-02|Method and apparatus for secure processing of cryptographic keys|US08/848,963| US6557104B2|1997-05-02|1997-05-02|Method and apparatus for secure processing of cryptographic keys|
TW87106503A| TW406233B|1997-05-02|1998-04-28|Method and apparatus for secure processing of crytographic keys|
DE69819485T| DE69819485T2|1997-05-02|1998-04-29|METHOD AND DEVICE FOR THE SAFE PROCESSING OF CRYPTOGRAPHIC KEYS|
JP54814598A| JP3689431B2|1997-05-02|1998-04-29|Method and apparatus for secure processing of encryption keys|
PCT/US1998/008374| WO1998050842A1|1997-05-02|1998-04-29|Method and apparatus for secure processing of cryptographic keys|
AT98922056T| AT253744T|1997-05-02|1998-04-29|METHOD AND DEVICE FOR THE SAFE PROCESSING OF CRYPTOGRAPHIC KEYS|
EP19980922056| EP0979442B1|1997-05-02|1998-04-29|Method and apparatus for secure processing of cryptographic keys|
[返回顶部]